home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
games
/
crusade_.swf
/
scripts
/
frame_2
/
DoAction.as
Wrap
Text File
|
2010-11-09
|
176b
|
12 lines
var logoTimer = 0;
stop();
logo_mov.onEnterFrame = function()
{
logoTimer++;
if(logoTimer == 150)
{
gotoAndStop("start_scene");
play();
}
};